type runtime.stack
13 uses
runtime (current package)
mgcstack.go#L172: stack stack
runtime2.go#L403: type stack struct {
runtime2.go#L422: stack stack // offset known to runtime/cgo
signal_unix.go#L1308: stack stack
signal_unix.go#L1353: func signalstack(s *stack) {
stack.go#L336: func stackalloc(n uint32) stack {
stack.go#L357: return stack{uintptr(v), uintptr(v) + uintptr(n)}
stack.go#L430: return stack{uintptr(v), uintptr(v) + uintptr(n)}
stack.go#L439: func stackfree(stk stack) {
stack.go#L556: old stack
stack.go#L787: func fillstack(stk stack, b byte) {
stack.go#L793: func findsghi(gp *g, stk stack) uintptr {
traceback.go#L1262: func tracebackHexdump(stk stack, frame *stkframe, bad uintptr) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |